|
|
|
|
SelectedItem Property, SftTree Class |
Returns the currently selected item.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property SelectedItem As ItemClass |
C# |
public ItemClass SelectedItem { get; } |
C++ |
public: property ItemClass^ SelectedItem { |
Property Value
The selected item.
Comments
The SelectedItem property returns the currently selected item.
This property is only available if single item selection is active (SelectionStyle == SelectionStyleEnum.SingleItem).